cURL
curl --request GET \ --url https://agent-prod.studio.lyzr.ai/v3/agents/{agent_id}/versions \ --header 'x-api-key: <api-key>'
{ "versions": [ { "version_id": "v1.0.0", "created_at": "2025-06-03T12:00:00Z", "description": "Initial release" } ] }
Retrieve a list of all versions for a given agent.
The ID of the agent to retrieve versions for.
"683f4657fcc016e56d66dbe8"
List of agent versions retrieved successfully
The response is of type object.
object